From ad7639e6b58e5e2ef34eb18f8c8f7ce8520b2b94 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 10 Mar 2004 18:45:11 +0000 Subject: [PATCH] Fix icon mappings for multi and micro geocaches. --- gpsbabel/garmin_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/garmin_tables.h b/gpsbabel/garmin_tables.h index 494397260..eb471fd11 100644 --- a/gpsbabel/garmin_tables.h +++ b/gpsbabel/garmin_tables.h @@ -178,8 +178,8 @@ static icon_mapping_t icon_table[] = { { 17, 17, "White Buoy" }, { 35, 36, "White Dot" }, { 88, 8219, "Zoo" }, - { 117, 8255, "Micro-Cache" }, /* icon for "Geocache" */ + { 92, 8227, "Micro-Cache" }, /* icon for "Toll Booth" */ { 48, 161, "Virtual cache" }, /* icon for "Scenic Area" */ - { 117, 8255, "Multi-Cache" }, /* icon for "Geocache" */ + { 86, 8217, "Multi-Cache" }, /* icon for "Stadium" */ { -1, -1, NULL }, }; -- 2.30.2